gltexture: Fallback in download_float()
authorBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 21:30:37 +0000 (23:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 21:59:37 +0000 (23:59 +0200)
commit551f76ea69260db829c8a7891bbe541d65b1c2cf
treec65c43b697b6b3be384589b06689e1dace8c9b35
parenta4f3fbbda1c171ce04a7ed6792a9cedf97d2a644
gltexture: Fallback in download_float()

GLES only allows downloading float if the texture matches specific
criteria and I'm too lazy to determine them, so always fall back.

And the custom stride fallback code isn't necessary, because falling
back does exactly that step already.
gdk/gdkgltexture.c